home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Utilities / Commodities / Yak / Source / WBStartup / Include / Pri.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-18  |  163 b   |  8 lines

  1. /* task priority types */
  2. #define ORIGINAL        0
  3. #define ACTIVE          1
  4.  
  5. /* Prototypes for functions defined in pri.c */
  6. __regargs void MyPri(UWORD which);
  7.  
  8.